home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / okolinec.gpd < prev    next >
Encoding:
Text File  |  1999-07-30  |  48.1 KB  |  1,379 lines

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *Include: "StdNames.gpd"
  7. *GPDFileVersion: "1.0"
  8. *GPDFileName: "Okolinec.GPD"
  9. *ModelName: "Oki ML 520 Elite (Microline)"
  10. *MasterUnits: PAIR(1440, 144)
  11. *ResourceDLL: "OKI9res.Dll"
  12. *PrinterType: SERIAL
  13. *Feature: Orientation
  14. {
  15.     *rcNameID: =ORIENTATION_DISPLAY
  16.     *DefaultOption: PORTRAIT
  17.     *Option: PORTRAIT
  18.     {
  19.         *rcNameID: =PORTRAIT_DISPLAY
  20.     }
  21.     *Option: LANDSCAPE_CC270
  22.     {
  23.         *rcNameID: =LANDSCAPE_DISPLAY
  24.     }
  25. }
  26. *Feature: InputBin
  27. {
  28.     *rcNameID: =PAPER_SOURCE_DISPLAY
  29.     *DefaultOption: TRACTOR
  30.     *Option: TRACTOR
  31.     {
  32.         *rcNameID: =TRACTOR_DISPLAY
  33.     }
  34.     *Option: AUTO
  35.     {
  36.         *rcNameID: =AUTO_DISPLAY
  37.         *Command: CmdSelect
  38.         {
  39.             *Order: DOC_SETUP.7
  40.             *Cmd: "<1B>S"
  41.         }
  42.     }
  43.     *Option: MANUAL
  44.     {
  45.         *rcNameID: =MANUAL_FEED_DISPLAY
  46.     }
  47. }
  48. *Feature: Resolution
  49. {
  50.     *rcNameID: =RESOLUTION_DISPLAY
  51.     *DefaultOption: Option2
  52.     *Option: Option1
  53.     {
  54.         *Name: "288 x 144 " =DOTS_PER_INCH
  55.         *DPI: PAIR(288, 144)
  56.         *TextDPI: PAIR(288, 144)
  57.         *PinsPerLogPass: 16
  58.         *PinsPerPhysPass: 8
  59.         *RequireUniDir?: TRUE
  60.         EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  61. *% Warning: this resolution has RES_BO_RESET_FONT set in GPC, which is ignored by GPD.
  62. *% Error: this resolution has RES_BO_OEMGRXFILTER set in GPC. You must port over the custom code.
  63.         EXTERN_GLOBAL: *TextYOffset: 14
  64.         *SpotDiameter: 160
  65.         *Command: CmdSendBlockData { *Cmd : "<1C1B>!0<1B>*rP:<03>" }
  66.         *Command: CmdEndBlockData { *Cmd : "<03021B>!2" }
  67.     }
  68.     *Option: Option2
  69.     {
  70.         *Name: "144 x 144 " =DOTS_PER_INCH
  71.         *DPI: PAIR(144, 144)
  72.         *TextDPI: PAIR(144, 144)
  73.         *PinsPerLogPass: 16
  74.         *PinsPerPhysPass: 8
  75.         *RequireUniDir?: TRUE
  76.         EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  77. *% Warning: this resolution has RES_BO_RESET_FONT set in GPC, which is ignored by GPD.
  78. *% Error: this resolution has RES_BO_OEMGRXFILTER set in GPC. You must port over the custom code.
  79.         EXTERN_GLOBAL: *TextYOffset: 14
  80.         *SpotDiameter: 150
  81.         *Command: CmdSendBlockData { *Cmd : "<1C1B>!0<1B>*jP:<03>" }
  82.         *Command: CmdEndBlockData { *Cmd : "<03021B>!2" }
  83.     }
  84.     *Option: Option3
  85.     {
  86.         *Name: "72 x 72 " =DOTS_PER_INCH
  87.         *DPI: PAIR(72, 72)
  88.         *TextDPI: PAIR(72, 72)
  89.         *PinsPerLogPass: 8
  90.         *PinsPerPhysPass: 8
  91.         *RequireUniDir?: TRUE
  92.         EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  93. *% Warning: this resolution has RES_BO_RESET_FONT set in GPC, which is ignored by GPD.
  94. *% Error: this resolution has RES_BO_OEMGRXFILTER set in GPC. You must port over the custom code.
  95.         EXTERN_GLOBAL: *TextYOffset: 14
  96.         *SpotDiameter: 120
  97.         *Command: CmdSendBlockData { *Cmd : "<1C1B>!0<1B>*fP:<03>" }
  98.         *Command: CmdEndBlockData { *Cmd : "<03021B>!2" }
  99.     }
  100. }
  101. *Feature: PaperSize
  102. {
  103.     *rcNameID: =PAPER_SIZE_DISPLAY
  104.     *DefaultOption: LETTER
  105.     *Option: LETTER
  106.     {
  107.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  108.         *Command: CmdSelect
  109.         {
  110.             *Order: DOC_SETUP.8
  111.             *Cmd: "<1B>G22"
  112.         }
  113.         *switch: InputBin
  114.         {
  115.             *case: TRACTOR
  116.             {
  117.                 *PrintableArea: PAIR(11880, 1584)
  118.                 *PrintableOrigin: PAIR(360, 0)
  119.             }
  120.             *case: AUTO
  121.             {
  122.                 *PrintableArea: PAIR(11880, 1314)
  123.                 *PrintableOrigin: PAIR(360, 126)
  124.             }
  125.             *case: MANUAL
  126.             {
  127.                 *PrintableArea: PAIR(11880, 1314)
  128.                 *PrintableOrigin: PAIR(360, 126)
  129.             }
  130.         }
  131.     }
  132.     *Option: LEGAL
  133.     {
  134.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  135.         *Command: CmdSelect
  136.         {
  137.             *Order: DOC_SETUP.8
  138.             *Cmd: "<1B>G28"
  139.         }
  140.         *switch: InputBin
  141.         {
  142.             *case: TRACTOR
  143.             {
  144.                 *PrintableArea: PAIR(11880, 2016)
  145.                 *PrintableOrigin: PAIR(360, 0)
  146.             }
  147.             *case: AUTO
  148.             {
  149.                 *PrintableArea: PAIR(11880, 1746)
  150.                 *PrintableOrigin: PAIR(360, 126)
  151.             }
  152.             *case: MANUAL
  153.             {
  154.                 *PrintableArea: PAIR(11880, 1746)
  155.                 *PrintableOrigin: PAIR(360, 126)
  156.             }
  157.         }
  158.     }
  159.     *Option: A4
  160.     {
  161.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  162.         *Command: CmdSelect
  163.         {
  164.             *Order: DOC_SETUP.8
  165.             *Cmd: "<1B>6<1B>FF"
  166.         }
  167.         *switch: InputBin
  168.         {
  169.             *case: TRACTOR
  170.             {
  171.                 *PrintableArea: PAIR(11549, 1683)
  172.                 *PrintableOrigin: PAIR(360, 0)
  173.                 *switch: Resolution
  174.                 {
  175.                     *case: Option1
  176.                     {
  177. *% Warning: the following printable width is adjusted (11549->11545) so it is divisible by the resolution X scale.
  178.                         *PrintableArea: PAIR(11545, 1683)
  179.                     }
  180.                     *case: Option2
  181.                     {
  182. *% Warning: the following printable width is adjusted (11549->11540) so it is divisible by the resolution X scale.
  183.                         *PrintableArea: PAIR(11540, 1683)
  184.                     }
  185.                     *case: Option3
  186.                     {
  187. *% Warning: the following printable width is adjusted (11549->11540) so it is divisible by the resolution X scale.
  188. *% Warning: the following printable length is adjusted (1683->1682) so it is divisible by the resolution Y scale.
  189.                         *PrintableArea: PAIR(11540, 1682)
  190.                     }
  191.                 }
  192.             }
  193.             *case: AUTO
  194.             {
  195.                 *PrintableArea: PAIR(11549, 1413)
  196.                 *PrintableOrigin: PAIR(360, 126)
  197.                 *switch: Resolution
  198.                 {
  199.                     *case: Option1
  200.                     {
  201. *% Warning: the following printable width is adjusted (11549->11545) so it is divisible by the resolution X scale.
  202.                         *PrintableArea: PAIR(11545, 1413)
  203.                     }
  204.                     *case: Option2
  205.                     {
  206. *% Warning: the following printable width is adjusted (11549->11540) so it is divisible by the resolution X scale.
  207.                         *PrintableArea: PAIR(11540, 1413)
  208.                     }
  209.                     *case: Option3
  210.                     {
  211. *% Warning: the following printable width is adjusted (11549->11540) so it is divisible by the resolution X scale.
  212. *% Warning: the following printable length is adjusted (1413->1412) so it is divisible by the resolution Y scale.
  213.                         *PrintableArea: PAIR(11540, 1412)
  214.                     }
  215.                 }
  216.             }
  217.             *case: MANUAL
  218.             {
  219.                 *PrintableArea: PAIR(11549, 1413)
  220.                 *PrintableOrigin: PAIR(360, 126)
  221.                 *switch: Resolution
  222.                 {
  223.                     *case: Option1
  224.                     {
  225. *% Warning: the following printable width is adjusted (11549->11545) so it is divisible by the resolution X scale.
  226.                         *PrintableArea: PAIR(11545, 1413)
  227.                     }
  228.                     *case: Option2
  229.                     {
  230. *% Warning: the following printable width is adjusted (11549->11540) so it is divisible by the resolution X scale.
  231.                         *PrintableArea: PAIR(11540, 1413)
  232.                     }
  233.                     *case: Option3
  234.                     {
  235. *% Warning: the following printable width is adjusted (11549->11540) so it is divisible by the resolution X scale.
  236. *% Warning: the following printable length is adjusted (1413->1412) so it is divisible by the resolution Y scale.
  237.                         *PrintableArea: PAIR(11540, 1412)
  238.                     }
  239.                 }
  240.             }
  241.         }
  242.     }
  243.     *Option: A5
  244.     {
  245.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  246.         *Command: CmdSelect
  247.         {
  248.             *Order: DOC_SETUP.8
  249.             *Cmd: "<1B>6<1B>F2"
  250.         }
  251.         *switch: InputBin
  252.         {
  253.             *case: TRACTOR
  254.             {
  255.                 *PrintableArea: PAIR(8035, 1191)
  256.                 *PrintableOrigin: PAIR(360, 0)
  257.                 *switch: Resolution
  258.                 {
  259.                     *case: Option2
  260.                     {
  261. *% Warning: the following printable width is adjusted (8035->8030) so it is divisible by the resolution X scale.
  262.                         *PrintableArea: PAIR(8030, 1191)
  263.                     }
  264.                     *case: Option3
  265.                     {
  266. *% Warning: the following printable width is adjusted (8035->8020) so it is divisible by the resolution X scale.
  267. *% Warning: the following printable length is adjusted (1191->1190) so it is divisible by the resolution Y scale.
  268.                         *PrintableArea: PAIR(8020, 1190)
  269.                     }
  270.                 }
  271.             }
  272.             *case: AUTO
  273.             {
  274.                 *PrintableArea: PAIR(8035, 921)
  275.                 *PrintableOrigin: PAIR(360, 126)
  276.                 *switch: Resolution
  277.                 {
  278.                     *case: Option2
  279.                     {
  280. *% Warning: the following printable width is adjusted (8035->8030) so it is divisible by the resolution X scale.
  281.                         *PrintableArea: PAIR(8030, 921)
  282.                     }
  283.                     *case: Option3
  284.                     {
  285. *% Warning: the following printable width is adjusted (8035->8020) so it is divisible by the resolution X scale.
  286. *% Warning: the following printable length is adjusted (921->920) so it is divisible by the resolution Y scale.
  287.                         *PrintableArea: PAIR(8020, 920)
  288.                     }
  289.                 }
  290.             }
  291.             *case: MANUAL
  292.             {
  293.                 *PrintableArea: PAIR(8035, 921)
  294.                 *PrintableOrigin: PAIR(360, 126)
  295.                 *switch: Resolution
  296.                 {
  297.                     *case: Option2
  298.                     {
  299. *% Warning: the following printable width is adjusted (8035->8030) so it is divisible by the resolution X scale.
  300.                         *PrintableArea: PAIR(8030, 921)
  301.                     }
  302.                     *case: Option3
  303.                     {
  304. *% Warning: the following printable width is adjusted (8035->8020) so it is divisible by the resolution X scale.
  305. *% Warning: the following printable length is adjusted (921->920) so it is divisible by the resolution Y scale.
  306.                         *PrintableArea: PAIR(8020, 920)
  307.                     }
  308.                 }
  309.             }
  310.         }
  311.     }
  312.     *Option: B4
  313.     {
  314.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  315.         *Command: CmdSelect
  316.         {
  317.             *Order: DOC_SETUP.8
  318.             *Cmd: "<1B>6<1B>FS"
  319.         }
  320.         *switch: InputBin
  321.         {
  322.             *case: TRACTOR
  323.             {
  324.                 *PrintableArea: PAIR(14213, 2064)
  325.                 *PrintableOrigin: PAIR(360, 0)
  326.                 *switch: Resolution
  327.                 {
  328.                     *case: Option1
  329.                     {
  330. *% Warning: the following printable width is adjusted (14213->14210) so it is divisible by the resolution X scale.
  331.                         *PrintableArea: PAIR(14210, 2064)
  332.                     }
  333.                     *case: Option2
  334.                     {
  335. *% Warning: the following printable width is adjusted (14213->14210) so it is divisible by the resolution X scale.
  336.                         *PrintableArea: PAIR(14210, 2064)
  337.                     }
  338.                     *case: Option3
  339.                     {
  340. *% Warning: the following printable width is adjusted (14213->14200) so it is divisible by the resolution X scale.
  341.                         *PrintableArea: PAIR(14200, 2064)
  342.                     }
  343.                 }
  344.             }
  345.             *case: AUTO
  346.             {
  347.                 *PrintableArea: PAIR(14213, 1794)
  348.                 *PrintableOrigin: PAIR(360, 126)
  349.                 *switch: Resolution
  350.                 {
  351.                     *case: Option1
  352.                     {
  353. *% Warning: the following printable width is adjusted (14213->14210) so it is divisible by the resolution X scale.
  354.                         *PrintableArea: PAIR(14210, 1794)
  355.                     }
  356.                     *case: Option2
  357.                     {
  358. *% Warning: the following printable width is adjusted (14213->14210) so it is divisible by the resolution X scale.
  359.                         *PrintableArea: PAIR(14210, 1794)
  360.                     }
  361.                     *case: Option3
  362.                     {
  363. *% Warning: the following printable width is adjusted (14213->14200) so it is divisible by the resolution X scale.
  364.                         *PrintableArea: PAIR(14200, 1794)
  365.                     }
  366.                 }
  367.             }
  368.             *case: MANUAL
  369.             {
  370.                 *PrintableArea: PAIR(14213, 1794)
  371.                 *PrintableOrigin: PAIR(360, 126)
  372.                 *switch: Resolution
  373.                 {
  374.                     *case: Option1
  375.                     {
  376. *% Warning: the following printable width is adjusted (14213->14210) so it is divisible by the resolution X scale.
  377.                         *PrintableArea: PAIR(14210, 1794)
  378.                     }
  379.                     *case: Option2
  380.                     {
  381. *% Warning: the following printable width is adjusted (14213->14210) so it is divisible by the resolution X scale.
  382.                         *PrintableArea: PAIR(14210, 1794)
  383.                     }
  384.                     *case: Option3
  385.                     {
  386. *% Warning: the following printable width is adjusted (14213->14200) so it is divisible by the resolution X scale.
  387.                         *PrintableArea: PAIR(14200, 1794)
  388.                     }
  389.                 }
  390.             }
  391.         }
  392.     }
  393.     *Option: B5
  394.     {
  395.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  396.         *Command: CmdSelect
  397.         {
  398.             *Order: DOC_SETUP.8
  399.             *Cmd: "<1B>6<1B>F="
  400.         }
  401.         *switch: InputBin
  402.         {
  403.             *case: TRACTOR
  404.             {
  405.                 *PrintableArea: PAIR(9965, 1457)
  406.                 *PrintableOrigin: PAIR(360, 0)
  407.                 *switch: Resolution
  408.                 {
  409.                     *case: Option2
  410.                     {
  411. *% Warning: the following printable width is adjusted (9965->9960) so it is divisible by the resolution X scale.
  412.                         *PrintableArea: PAIR(9960, 1457)
  413.                     }
  414.                     *case: Option3
  415.                     {
  416. *% Warning: the following printable width is adjusted (9965->9960) so it is divisible by the resolution X scale.
  417. *% Warning: the following printable length is adjusted (1457->1456) so it is divisible by the resolution Y scale.
  418.                         *PrintableArea: PAIR(9960, 1456)
  419.                     }
  420.                 }
  421.             }
  422.             *case: AUTO
  423.             {
  424.                 *PrintableArea: PAIR(9965, 1187)
  425.                 *PrintableOrigin: PAIR(360, 126)
  426.                 *switch: Resolution
  427.                 {
  428.                     *case: Option2
  429.                     {
  430. *% Warning: the following printable width is adjusted (9965->9960) so it is divisible by the resolution X scale.
  431.                         *PrintableArea: PAIR(9960, 1187)
  432.                     }
  433.                     *case: Option3
  434.                     {
  435. *% Warning: the following printable width is adjusted (9965->9960) so it is divisible by the resolution X scale.
  436. *% Warning: the following printable length is adjusted (1187->1186) so it is divisible by the resolution Y scale.
  437.                         *PrintableArea: PAIR(9960, 1186)
  438.                     }
  439.                 }
  440.             }
  441.             *case: MANUAL
  442.             {
  443.                 *PrintableArea: PAIR(9965, 1187)
  444.                 *PrintableOrigin: PAIR(360, 126)
  445.                 *switch: Resolution
  446.                 {
  447.                     *case: Option2
  448.                     {
  449. *% Warning: the following printable width is adjusted (9965->9960) so it is divisible by the resolution X scale.
  450.                         *PrintableArea: PAIR(9960, 1187)
  451.                     }
  452.                     *case: Option3
  453.                     {
  454. *% Warning: the following printable width is adjusted (9965->9960) so it is divisible by the resolution X scale.
  455. *% Warning: the following printable length is adjusted (1187->1186) so it is divisible by the resolution Y scale.
  456.                         *PrintableArea: PAIR(9960, 1186)
  457.                     }
  458.                 }
  459.             }
  460.         }
  461.     }
  462.     *Option: Option7
  463.     {
  464.         *rcNameID: 263
  465.         *OptionID: 263
  466.         *PageDimensions: PAIR(12240, 1728)
  467.         *Command: CmdSelect
  468.         {
  469.             *Order: DOC_SETUP.8
  470.             *Cmd: "<1B>G24"
  471.         }
  472.         *switch: InputBin
  473.         {
  474.             *case: TRACTOR
  475.             {
  476.                 *PrintableArea: PAIR(11880, 1728)
  477.                 *PrintableOrigin: PAIR(360, 0)
  478.             }
  479.             *case: AUTO
  480.             {
  481.                 *PrintableArea: PAIR(11880, 1458)
  482.                 *PrintableOrigin: PAIR(360, 126)
  483.             }
  484.             *case: MANUAL
  485.             {
  486.                 *PrintableArea: PAIR(11880, 1458)
  487.                 *PrintableOrigin: PAIR(360, 126)
  488.             }
  489.         }
  490.     }
  491.     *Option: Option8
  492.     {
  493.         *rcNameID: 264
  494.         *OptionID: 264
  495.         *PageDimensions: PAIR(11520, 864)
  496.         *Command: CmdSelect
  497.         {
  498.             *Order: DOC_SETUP.8
  499.             *Cmd: "<1B>G12"
  500.         }
  501.         *switch: InputBin
  502.         {
  503.             *case: TRACTOR
  504.             {
  505.                 *PrintableArea: PAIR(11160, 864)
  506.                 *PrintableOrigin: PAIR(360, 0)
  507.             }
  508.             *case: AUTO
  509.             {
  510.                 *PrintableArea: PAIR(11160, 594)
  511.                 *PrintableOrigin: PAIR(360, 126)
  512.             }
  513.             *case: MANUAL
  514.             {
  515.                 *PrintableArea: PAIR(11160, 594)
  516.                 *PrintableOrigin: PAIR(360, 126)
  517.             }
  518.         }
  519.     }
  520.     *Option: FOLIO
  521.     {
  522.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  523.         *Command: CmdSelect
  524.         {
  525.             *Order: DOC_SETUP.8
  526.             *Cmd: "<1B>G26"
  527.         }
  528.         *switch: InputBin
  529.         {
  530.             *case: TRACTOR
  531.             {
  532.                 *PrintableArea: PAIR(11880, 1872)
  533.                 *PrintableOrigin: PAIR(360, 0)
  534.             }
  535.             *case: AUTO
  536.             {
  537.                 *PrintableArea: PAIR(11880, 1602)
  538.                 *PrintableOrigin: PAIR(360, 126)
  539.             }
  540.             *case: MANUAL
  541.             {
  542.                 *PrintableArea: PAIR(11880, 1602)
  543.                 *PrintableOrigin: PAIR(360, 126)
  544.             }
  545.         }
  546.     }
  547.     *Option: 10X14
  548.     {
  549.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  550.         *Command: CmdSelect
  551.         {
  552.             *Order: DOC_SETUP.8
  553.             *Cmd: "<1B>G28"
  554.         }
  555.         *switch: InputBin
  556.         {
  557.             *case: TRACTOR
  558.             {
  559.                 *PrintableArea: PAIR(14040, 2016)
  560.                 *PrintableOrigin: PAIR(360, 0)
  561.             }
  562.             *case: AUTO
  563.             {
  564.                 *PrintableArea: PAIR(14040, 1746)
  565.                 *PrintableOrigin: PAIR(360, 126)
  566.             }
  567.             *case: MANUAL
  568.             {
  569.                 *PrintableArea: PAIR(14040, 1746)
  570.                 *PrintableOrigin: PAIR(360, 126)
  571.             }
  572.         }
  573.     }
  574.     *Option: EXECUTIVE
  575.     {
  576.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  577.         *Command: CmdSelect
  578.         {
  579.             *Order: DOC_SETUP.8
  580.             *Cmd: "<1B>G21"
  581.         }
  582.         *switch: InputBin
  583.         {
  584.             *case: TRACTOR
  585.             {
  586.                 *PrintableArea: PAIR(10080, 1512)
  587.                 *PrintableOrigin: PAIR(360, 0)
  588.             }
  589.             *case: AUTO
  590.             {
  591.                 *PrintableArea: PAIR(10080, 1242)
  592.                 *PrintableOrigin: PAIR(360, 126)
  593.             }
  594.             *case: MANUAL
  595.             {
  596.                 *PrintableArea: PAIR(10080, 1242)
  597.                 *PrintableOrigin: PAIR(360, 126)
  598.             }
  599.         }
  600.     }
  601.     *Option: Option12
  602.     {
  603.         *rcNameID: 265
  604.         *OptionID: 265
  605.         *PageDimensions: PAIR(11910, 1728)
  606.         *Command: CmdSelect
  607.         {
  608.             *Order: DOC_SETUP.8
  609.             *Cmd: "<1B>G24"
  610.         }
  611.         *switch: InputBin
  612.         {
  613.             *case: TRACTOR
  614.             {
  615.                 *PrintableArea: PAIR(11550, 1728)
  616.                 *PrintableOrigin: PAIR(360, 0)
  617.                 *switch: Resolution
  618.                 {
  619.                     *case: Option3
  620.                     {
  621. *% Warning: the following printable width is adjusted (11550->11540) so it is divisible by the resolution X scale.
  622.                         *PrintableArea: PAIR(11540, 1728)
  623.                     }
  624.                 }
  625.             }
  626.             *case: AUTO
  627.             {
  628.                 *PrintableArea: PAIR(11550, 1458)
  629.                 *PrintableOrigin: PAIR(360, 126)
  630.                 *switch: Resolution
  631.                 {
  632.                     *case: Option3
  633.                     {
  634. *% Warning: the following printable width is adjusted (11550->11540) so it is divisible by the resolution X scale.
  635.                         *PrintableArea: PAIR(11540, 1458)
  636.                     }
  637.                 }
  638.             }
  639.             *case: MANUAL
  640.             {
  641.                 *PrintableArea: PAIR(11550, 1458)
  642.                 *PrintableOrigin: PAIR(360, 126)
  643.                 *switch: Resolution
  644.                 {
  645.                     *case: Option3
  646.                     {
  647. *% Warning: the following printable width is adjusted (11550->11540) so it is divisible by the resolution X scale.
  648.                         *PrintableArea: PAIR(11540, 1458)
  649.                     }
  650.                 }
  651.             }
  652.         }
  653.     }
  654.     *Option: Option13
  655.     {
  656.         *rcNameID: 267
  657.         *OptionID: 267
  658.         *PageDimensions: PAIR(20740, 1872)
  659.         *Command: CmdSelect
  660.         {
  661.             *Order: DOC_SETUP.8
  662.             *Cmd: "<1B>G26"
  663.         }
  664.         *switch: InputBin
  665.         {
  666.             *case: TRACTOR
  667.             {
  668.                 *PrintableArea: PAIR(14400, 1872)
  669.                 *PrintableOrigin: PAIR(360, 0)
  670.             }
  671.             *case: AUTO
  672.             {
  673.                 *PrintableArea: PAIR(14400, 1602)
  674.                 *PrintableOrigin: PAIR(360, 126)
  675.             }
  676.             *case: MANUAL
  677.             {
  678.                 *PrintableArea: PAIR(14400, 1602)
  679.                 *PrintableOrigin: PAIR(360, 126)
  680.             }
  681.         }
  682.     }
  683.     *Option: ENV_MONARCH
  684.     {
  685.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  686.         *RotateSize? : TRUE
  687.         *Command: CmdSelect
  688.         {
  689.             *Order: DOC_SETUP.8
  690.             *Cmd: "<1B>G15"
  691.         }
  692.         *switch: InputBin
  693.         {
  694.             *case: TRACTOR
  695.             {
  696.                 *PrintableArea: PAIR(720, 5587)
  697.                 *PrintableOrigin: PAIR(360, 0)
  698.                 *switch: Resolution
  699.                 {
  700.                     *case: Option3
  701.                     {
  702. *% Warning: the following printable length is adjusted (5587->5586) so it is divisible by the resolution Y scale.
  703.                         *PrintableArea: PAIR(720, 5586)
  704.                     }
  705.                 }
  706.             }
  707.             *case: AUTO
  708.             {
  709.                 *PrintableArea: PAIR(720, 5317)
  710.                 *PrintableOrigin: PAIR(360, 126)
  711.                 *switch: Resolution
  712.                 {
  713.                     *case: Option3
  714.                     {
  715. *% Warning: the following printable length is adjusted (5317->5316) so it is divisible by the resolution Y scale.
  716.                         *PrintableArea: PAIR(720, 5316)
  717.                     }
  718.                 }
  719.             }
  720.             *case: MANUAL
  721.             {
  722.                 *PrintableArea: PAIR(720, 5317)
  723.                 *PrintableOrigin: PAIR(360, 126)
  724.                 *switch: Resolution
  725.                 {
  726.                     *case: Option3
  727.                     {
  728. *% Warning: the following printable length is adjusted (5317->5316) so it is divisible by the resolution Y scale.
  729.                         *PrintableArea: PAIR(720, 5316)
  730.                     }
  731.                 }
  732.             }
  733.         }
  734.     }
  735.     *Option: ENV_9
  736.     {
  737.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  738.         *RotateSize? : TRUE
  739.         *Command: CmdSelect
  740.         {
  741.             *Order: DOC_SETUP.8
  742.             *Cmd: "<1B>6<1B>F<16>"
  743.         }
  744.         *switch: InputBin
  745.         {
  746.             *case: TRACTOR
  747.             {
  748.                 *PrintableArea: PAIR(919, 5587)
  749.                 *PrintableOrigin: PAIR(360, 0)
  750.                 *switch: Resolution
  751.                 {
  752.                     *case: Option1
  753.                     {
  754. *% Warning: the following printable width is adjusted (919->915) so it is divisible by the resolution X scale.
  755.                         *PrintableArea: PAIR(915, 5587)
  756.                     }
  757.                     *case: Option2
  758.                     {
  759. *% Warning: the following printable width is adjusted (919->910) so it is divisible by the resolution X scale.
  760.                         *PrintableArea: PAIR(910, 5587)
  761.                     }
  762.                     *case: Option3
  763.                     {
  764. *% Warning: the following printable width is adjusted (919->900) so it is divisible by the resolution X scale.
  765. *% Warning: the following printable length is adjusted (5587->5586) so it is divisible by the resolution Y scale.
  766.                         *PrintableArea: PAIR(900, 5586)
  767.                     }
  768.                 }
  769.             }
  770.             *case: AUTO
  771.             {
  772.                 *PrintableArea: PAIR(919, 5317)
  773.                 *PrintableOrigin: PAIR(360, 126)
  774.                 *switch: Resolution
  775.                 {
  776.                     *case: Option1
  777.                     {
  778. *% Warning: the following printable width is adjusted (919->915) so it is divisible by the resolution X scale.
  779.                         *PrintableArea: PAIR(915, 5317)
  780.                     }
  781.                     *case: Option2
  782.                     {
  783. *% Warning: the following printable width is adjusted (919->910) so it is divisible by the resolution X scale.
  784.                         *PrintableArea: PAIR(910, 5317)
  785.                     }
  786.                     *case: Option3
  787.                     {
  788. *% Warning: the following printable width is adjusted (919->900) so it is divisible by the resolution X scale.
  789. *% Warning: the following printable length is adjusted (5317->5316) so it is divisible by the resolution Y scale.
  790.                         *PrintableArea: PAIR(900, 5316)
  791.                     }
  792.                 }
  793.             }
  794.             *case: MANUAL
  795.             {
  796.                 *PrintableArea: PAIR(919, 5317)
  797.                 *PrintableOrigin: PAIR(360, 126)
  798.                 *switch: Resolution
  799.                 {
  800.                     *case: Option1
  801.                     {
  802. *% Warning: the following printable width is adjusted (919->915) so it is divisible by the resolution X scale.
  803.                         *PrintableArea: PAIR(915, 5317)
  804.                     }
  805.                     *case: Option2
  806.                     {
  807. *% Warning: the following printable width is adjusted (919->910) so it is divisible by the resolution X scale.
  808.                         *PrintableArea: PAIR(910, 5317)
  809.                     }
  810.                     *case: Option3
  811.                     {
  812. *% Warning: the following printable width is adjusted (919->900) so it is divisible by the resolution X scale.
  813. *% Warning: the following printable length is adjusted (5317->5316) so it is divisible by the resolution Y scale.
  814.                         *PrintableArea: PAIR(900, 5316)
  815.                     }
  816.                 }
  817.             }
  818.         }
  819.     }
  820.     *Option: ENV_10
  821.     {
  822.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  823.         *RotateSize? : TRUE
  824.         *Command: CmdSelect
  825.         {
  826.             *Order: DOC_SETUP.8
  827.             *Cmd: "<1B>6<1B>F<19>"
  828.         }
  829.         *switch: InputBin
  830.         {
  831.             *case: TRACTOR
  832.             {
  833.                 *PrintableArea: PAIR(1008, 5947)
  834.                 *PrintableOrigin: PAIR(360, 0)
  835.                 *switch: Resolution
  836.                 {
  837.                     *case: Option1
  838.                     {
  839. *% Warning: the following printable width is adjusted (1008->1005) so it is divisible by the resolution X scale.
  840.                         *PrintableArea: PAIR(1005, 5947)
  841.                     }
  842.                     *case: Option2
  843.                     {
  844. *% Warning: the following printable width is adjusted (1008->1000) so it is divisible by the resolution X scale.
  845.                         *PrintableArea: PAIR(1000, 5947)
  846.                     }
  847.                     *case: Option3
  848.                     {
  849. *% Warning: the following printable width is adjusted (1008->1000) so it is divisible by the resolution X scale.
  850. *% Warning: the following printable length is adjusted (5947->5946) so it is divisible by the resolution Y scale.
  851.                         *PrintableArea: PAIR(1000, 5946)
  852.                     }
  853.                 }
  854.             }
  855.             *case: AUTO
  856.             {
  857.                 *PrintableArea: PAIR(1008, 5677)
  858.                 *PrintableOrigin: PAIR(360, 126)
  859.                 *switch: Resolution
  860.                 {
  861.                     *case: Option1
  862.                     {
  863. *% Warning: the following printable width is adjusted (1008->1005) so it is divisible by the resolution X scale.
  864.                         *PrintableArea: PAIR(1005, 5677)
  865.                     }
  866.                     *case: Option2
  867.                     {
  868. *% Warning: the following printable width is adjusted (1008->1000) so it is divisible by the resolution X scale.
  869.                         *PrintableArea: PAIR(1000, 5677)
  870.                     }
  871.                     *case: Option3
  872.                     {
  873. *% Warning: the following printable width is adjusted (1008->1000) so it is divisible by the resolution X scale.
  874. *% Warning: the following printable length is adjusted (5677->5676) so it is divisible by the resolution Y scale.
  875.                         *PrintableArea: PAIR(1000, 5676)
  876.                     }
  877.                 }
  878.             }
  879.             *case: MANUAL
  880.             {
  881.                 *PrintableArea: PAIR(1008, 5677)
  882.                 *PrintableOrigin: PAIR(360, 126)
  883.                 *switch: Resolution
  884.                 {
  885.                     *case: Option1
  886.                     {
  887. *% Warning: the following printable width is adjusted (1008->1005) so it is divisible by the resolution X scale.
  888.                         *PrintableArea: PAIR(1005, 5677)
  889.                     }
  890.                     *case: Option2
  891.                     {
  892. *% Warning: the following printable width is adjusted (1008->1000) so it is divisible by the resolution X scale.
  893.                         *PrintableArea: PAIR(1000, 5677)
  894.                     }
  895.                     *case: Option3
  896.                     {
  897. *% Warning: the following printable width is adjusted (1008->1000) so it is divisible by the resolution X scale.
  898. *% Warning: the following printable length is adjusted (5677->5676) so it is divisible by the resolution Y scale.
  899.                         *PrintableArea: PAIR(1000, 5676)
  900.                     }
  901.                 }
  902.             }
  903.         }
  904.     }
  905.     *Option: ENV_DL
  906.     {
  907.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  908.         *RotateSize? : TRUE
  909.         *Command: CmdSelect
  910.         {
  911.             *Order: DOC_SETUP.8
  912.             *Cmd: "<1B>6<1B>F<1A>"
  913.         }
  914.         *switch: InputBin
  915.         {
  916.             *case: TRACTOR
  917.             {
  918.                 *PrintableArea: PAIR(887, 6235)
  919.                 *PrintableOrigin: PAIR(360, 0)
  920.                 *switch: Resolution
  921.                 {
  922.                     *case: Option1
  923.                     {
  924. *% Warning: the following printable width is adjusted (887->885) so it is divisible by the resolution X scale.
  925.                         *PrintableArea: PAIR(885, 6235)
  926.                     }
  927.                     *case: Option2
  928.                     {
  929. *% Warning: the following printable width is adjusted (887->880) so it is divisible by the resolution X scale.
  930.                         *PrintableArea: PAIR(880, 6235)
  931.                     }
  932.                     *case: Option3
  933.                     {
  934. *% Warning: the following printable width is adjusted (887->880) so it is divisible by the resolution X scale.
  935. *% Warning: the following printable length is adjusted (6235->6234) so it is divisible by the resolution Y scale.
  936.                         *PrintableArea: PAIR(880, 6234)
  937.                     }
  938.                 }
  939.             }
  940.             *case: AUTO
  941.             {
  942.                 *PrintableArea: PAIR(887, 5965)
  943.                 *PrintableOrigin: PAIR(360, 126)
  944.                 *switch: Resolution
  945.                 {
  946.                     *case: Option1
  947.                     {
  948. *% Warning: the following printable width is adjusted (887->885) so it is divisible by the resolution X scale.
  949.                         *PrintableArea: PAIR(885, 5965)
  950.                     }
  951.                     *case: Option2
  952.                     {
  953. *% Warning: the following printable width is adjusted (887->880) so it is divisible by the resolution X scale.
  954.                         *PrintableArea: PAIR(880, 5965)
  955.                     }
  956.                     *case: Option3
  957.                     {
  958. *% Warning: the following printable width is adjusted (887->880) so it is divisible by the resolution X scale.
  959. *% Warning: the following printable length is adjusted (5965->5964) so it is divisible by the resolution Y scale.
  960.                         *PrintableArea: PAIR(880, 5964)
  961.                     }
  962.                 }
  963.             }
  964.             *case: MANUAL
  965.             {
  966.                 *PrintableArea: PAIR(887, 5965)
  967.                 *PrintableOrigin: PAIR(360, 126)
  968.                 *switch: Resolution
  969.                 {
  970.                     *case: Option1
  971.                     {
  972. *% Warning: the following printable width is adjusted (887->885) so it is divisible by the resolution X scale.
  973.                         *PrintableArea: PAIR(885, 5965)
  974.                     }
  975.                     *case: Option2
  976.                     {
  977. *% Warning: the following printable width is adjusted (887->880) so it is divisible by the resolution X scale.
  978.                         *PrintableArea: PAIR(880, 5965)
  979.                     }
  980.                     *case: Option3
  981.                     {
  982. *% Warning: the following printable width is adjusted (887->880) so it is divisible by the resolution X scale.
  983. *% Warning: the following printable length is adjusted (5965->5964) so it is divisible by the resolution Y scale.
  984.                         *PrintableArea: PAIR(880, 5964)
  985.                     }
  986.                 }
  987.             }
  988.         }
  989.     }
  990.     *Option: ENV_C6
  991.     {
  992.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  993.         *RotateSize? : TRUE
  994.         *Command: CmdSelect
  995.         {
  996.             *Order: DOC_SETUP.8
  997.             *Cmd: "<1B>6<1B>F<1B>"
  998.         }
  999.         *switch: InputBin
  1000.         {
  1001.             *case: TRACTOR
  1002.             {
  1003.                 *PrintableArea: PAIR(559, 6466)
  1004.                 *PrintableOrigin: PAIR(360, 0)
  1005.                 *switch: Resolution
  1006.                 {
  1007.                     *case: Option1
  1008.                     {
  1009. *% Warning: the following printable width is adjusted (559->555) so it is divisible by the resolution X scale.
  1010.                         *PrintableArea: PAIR(555, 6466)
  1011.                     }
  1012.                     *case: Option2
  1013.                     {
  1014. *% Warning: the following printable width is adjusted (559->550) so it is divisible by the resolution X scale.
  1015.                         *PrintableArea: PAIR(550, 6466)
  1016.                     }
  1017.                     *case: Option3
  1018.                     {
  1019. *% Warning: the following printable width is adjusted (559->540) so it is divisible by the resolution X scale.
  1020.                         *PrintableArea: PAIR(540, 6466)
  1021.                     }
  1022.                 }
  1023.             }
  1024.             *case: AUTO
  1025.             {
  1026.                 *PrintableArea: PAIR(559, 6196)
  1027.                 *PrintableOrigin: PAIR(360, 126)
  1028.                 *switch: Resolution
  1029.                 {
  1030.                     *case: Option1
  1031.                     {
  1032. *% Warning: the following printable width is adjusted (559->555) so it is divisible by the resolution X scale.
  1033.                         *PrintableArea: PAIR(555, 6196)
  1034.                     }
  1035.                     *case: Option2
  1036.                     {
  1037. *% Warning: the following printable width is adjusted (559->550) so it is divisible by the resolution X scale.
  1038.                         *PrintableArea: PAIR(550, 6196)
  1039.                     }
  1040.                     *case: Option3
  1041.                     {
  1042. *% Warning: the following printable width is adjusted (559->540) so it is divisible by the resolution X scale.
  1043.                         *PrintableArea: PAIR(540, 6196)
  1044.                     }
  1045.                 }
  1046.             }
  1047.             *case: MANUAL
  1048.             {
  1049.                 *PrintableArea: PAIR(559, 6196)
  1050.                 *PrintableOrigin: PAIR(360, 126)
  1051.                 *switch: Resolution
  1052.                 {
  1053.                     *case: Option1
  1054.                     {
  1055. *% Warning: the following printable width is adjusted (559->555) so it is divisible by the resolution X scale.
  1056.                         *PrintableArea: PAIR(555, 6196)
  1057.                     }
  1058.                     *case: Option2
  1059.                     {
  1060. *% Warning: the following printable width is adjusted (559->550) so it is divisible by the resolution X scale.
  1061.                         *PrintableArea: PAIR(550, 6196)
  1062.                     }
  1063.                     *case: Option3
  1064.                     {
  1065. *% Warning: the following printable width is adjusted (559->540) so it is divisible by the resolution X scale.
  1066.                         *PrintableArea: PAIR(540, 6196)
  1067.                     }
  1068.                 }
  1069.             }
  1070.         }
  1071.     }
  1072.     *Option: ENV_ITALY
  1073.     {
  1074.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1075.         *RotateSize? : TRUE
  1076.         *Command: CmdSelect
  1077.         {
  1078.             *Order: DOC_SETUP.8
  1079.             *Cmd: "<1B>6<1B>F<1A>"
  1080.         }
  1081.         *switch: InputBin
  1082.         {
  1083.             *case: TRACTOR
  1084.             {
  1085.                 *PrintableArea: PAIR(945, 6235)
  1086.                 *PrintableOrigin: PAIR(360, 0)
  1087.                 *switch: Resolution
  1088.                 {
  1089.                     *case: Option2
  1090.                     {
  1091. *% Warning: the following printable width is adjusted (945->940) so it is divisible by the resolution X scale.
  1092.                         *PrintableArea: PAIR(940, 6235)
  1093.                     }
  1094.                     *case: Option3
  1095.                     {
  1096. *% Warning: the following printable width is adjusted (945->940) so it is divisible by the resolution X scale.
  1097. *% Warning: the following printable length is adjusted (6235->6234) so it is divisible by the resolution Y scale.
  1098.                         *PrintableArea: PAIR(940, 6234)
  1099.                     }
  1100.                 }
  1101.             }
  1102.             *case: AUTO
  1103.             {
  1104.                 *PrintableArea: PAIR(945, 5965)
  1105.                 *PrintableOrigin: PAIR(360, 126)
  1106.                 *switch: Resolution
  1107.                 {
  1108.                     *case: Option2
  1109.                     {
  1110. *% Warning: the following printable width is adjusted (945->940) so it is divisible by the resolution X scale.
  1111.                         *PrintableArea: PAIR(940, 5965)
  1112.                     }
  1113.                     *case: Option3
  1114.                     {
  1115. *% Warning: the following printable width is adjusted (945->940) so it is divisible by the resolution X scale.
  1116. *% Warning: the following printable length is adjusted (5965->5964) so it is divisible by the resolution Y scale.
  1117.                         *PrintableArea: PAIR(940, 5964)
  1118.                     }
  1119.                 }
  1120.             }
  1121.             *case: MANUAL
  1122.             {
  1123.                 *PrintableArea: PAIR(945, 5965)
  1124.                 *PrintableOrigin: PAIR(360, 126)
  1125.                 *switch: Resolution
  1126.                 {
  1127.                     *case: Option2
  1128.                     {
  1129. *% Warning: the following printable width is adjusted (945->940) so it is divisible by the resolution X scale.
  1130.                         *PrintableArea: PAIR(940, 5965)
  1131.                     }
  1132.                     *case: Option3
  1133.                     {
  1134. *% Warning: the following printable width is adjusted (945->940) so it is divisible by the resolution X scale.
  1135. *% Warning: the following printable length is adjusted (5965->5964) so it is divisible by the resolution Y scale.
  1136.                         *PrintableArea: PAIR(940, 5964)
  1137.                     }
  1138.                 }
  1139.             }
  1140.         }
  1141.     }
  1142.     *Option: ENV_B5
  1143.     {
  1144.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1145.         *RotateSize? : TRUE
  1146.         *Command: CmdSelect
  1147.         {
  1148.             *Order: DOC_SETUP.8
  1149.             *Cmd: "<1B>6<1B>F*"
  1150.         }
  1151.         *switch: InputBin
  1152.         {
  1153.             *case: TRACTOR
  1154.             {
  1155.                 *PrintableArea: PAIR(1057, 9979)
  1156.                 *PrintableOrigin: PAIR(360, 0)
  1157.                 *switch: Resolution
  1158.                 {
  1159.                     *case: Option1
  1160.                     {
  1161. *% Warning: the following printable width is adjusted (1057->1055) so it is divisible by the resolution X scale.
  1162.                         *PrintableArea: PAIR(1055, 9979)
  1163.                     }
  1164.                     *case: Option2
  1165.                     {
  1166. *% Warning: the following printable width is adjusted (1057->1050) so it is divisible by the resolution X scale.
  1167.                         *PrintableArea: PAIR(1050, 9979)
  1168.                     }
  1169.                     *case: Option3
  1170.                     {
  1171. *% Warning: the following printable width is adjusted (1057->1040) so it is divisible by the resolution X scale.
  1172. *% Warning: the following printable length is adjusted (9979->9978) so it is divisible by the resolution Y scale.
  1173.                         *PrintableArea: PAIR(1040, 9978)
  1174.                     }
  1175.                 }
  1176.             }
  1177.             *case: AUTO
  1178.             {
  1179.                 *PrintableArea: PAIR(1057, 9709)
  1180.                 *PrintableOrigin: PAIR(360, 126)
  1181.                 *switch: Resolution
  1182.                 {
  1183.                     *case: Option1
  1184.                     {
  1185. *% Warning: the following printable width is adjusted (1057->1055) so it is divisible by the resolution X scale.
  1186.                         *PrintableArea: PAIR(1055, 9709)
  1187.                     }
  1188.                     *case: Option2
  1189.                     {
  1190. *% Warning: the following printable width is adjusted (1057->1050) so it is divisible by the resolution X scale.
  1191.                         *PrintableArea: PAIR(1050, 9709)
  1192.                     }
  1193.                     *case: Option3
  1194.                     {
  1195. *% Warning: the following printable width is adjusted (1057->1040) so it is divisible by the resolution X scale.
  1196. *% Warning: the following printable length is adjusted (9709->9708) so it is divisible by the resolution Y scale.
  1197.                         *PrintableArea: PAIR(1040, 9708)
  1198.                     }
  1199.                 }
  1200.             }
  1201.             *case: MANUAL
  1202.             {
  1203.                 *PrintableArea: PAIR(1057, 9709)
  1204.                 *PrintableOrigin: PAIR(360, 126)
  1205.                 *switch: Resolution
  1206.                 {
  1207.                     *case: Option1
  1208.                     {
  1209. *% Warning: the following printable width is adjusted (1057->1055) so it is divisible by the resolution X scale.
  1210.                         *PrintableArea: PAIR(1055, 9709)
  1211.                     }
  1212.                     *case: Option2
  1213.                     {
  1214. *% Warning: the following printable width is adjusted (1057->1050) so it is divisible by the resolution X scale.
  1215.                         *PrintableArea: PAIR(1050, 9709)
  1216.                     }
  1217.                     *case: Option3
  1218.                     {
  1219. *% Warning: the following printable width is adjusted (1057->1040) so it is divisible by the resolution X scale.
  1220. *% Warning: the following printable length is adjusted (9709->9708) so it is divisible by the resolution Y scale.
  1221.                         *PrintableArea: PAIR(1040, 9708)
  1222.                     }
  1223.                 }
  1224.             }
  1225.         }
  1226.     }
  1227.     *Option: CUSTOMSIZE
  1228.     {
  1229.         *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  1230.         *MinSize: PAIR(4320, 72)
  1231.         *MaxSize: PAIR(14400, 6048)
  1232.         *MaxPrintableWidth: 14400
  1233.         *MinLeftMargin: 360
  1234.         *CenterPrintable?: FALSE
  1235.         *switch: InputBin
  1236.         {
  1237.             *case: TRACTOR
  1238.             {
  1239.                 *TopMargin: 0
  1240.                 *BottomMargin: 0
  1241.             }
  1242.             *case: AUTO
  1243.             {
  1244.                 *TopMargin: 126
  1245.                 *BottomMargin: 144
  1246.             }
  1247.             *case: MANUAL
  1248.             {
  1249.                 *TopMargin: 126
  1250.                 *BottomMargin: 144
  1251.             }
  1252.         }
  1253.         *Command: CmdSelect
  1254.         {
  1255.             *Order: DOC_SETUP.8
  1256.             *Cmd: "<1B>6<1B>F" %c{((PhysPaperLength * 6) / 144) }
  1257.         }
  1258.     }
  1259. }
  1260. *Feature: PrintQuality
  1261. {
  1262.     *rcNameID: =TEXT_QUALITY_DISPLAY
  1263.     *DefaultOption: LETTER_QUALITY
  1264.     *Option: LETTER_QUALITY
  1265.     {
  1266.         *rcNameID: =LETTER_QUALITY_DISPLAY
  1267.         *Command: CmdSelect
  1268.         {
  1269.             *Order: DOC_SETUP.6
  1270.             *Cmd: "<1B>1"
  1271.         }
  1272.     }
  1273.     *Option: NEAR_LETTER_QUALITY
  1274.     {
  1275.         *rcNameID: =NEAR_LETTER_QUALITY_DISPLAY
  1276.         *Command: CmdSelect
  1277.         {
  1278.             *Order: DOC_SETUP.6
  1279.             *Cmd: "<1B>0"
  1280.         }
  1281.     }
  1282.     *Option: DRAFT_QUALITY
  1283.     {
  1284.         *rcNameID: =DRAFT_QUALITY_DISPLAY
  1285.         *Command: CmdSelect
  1286.         {
  1287.             *Order: DOC_SETUP.6
  1288.             *Cmd: "<1B>#0"
  1289.         }
  1290.     }
  1291. }
  1292. *Feature: Halftone
  1293. {
  1294.     *rcNameID: =HALFTONING_DISPLAY
  1295.     *DefaultOption: HT_PATSIZE_AUTO
  1296.     *Option: HT_PATSIZE_AUTO
  1297.     {
  1298.         *rcNameID: =HT_AUTO_SELECT_DISPLAY
  1299.     }
  1300.     *Option: HT_PATSIZE_SUPERCELL_M
  1301.     {
  1302.         *rcNameID: =HT_SUPERCELL_DISPLAY
  1303.     }
  1304.     *Option: HT_PATSIZE_6x6_M
  1305.     {
  1306.         *rcNameID: =HT_DITHER6X6_DISPLAY
  1307.     }
  1308.     *Option: HT_PATSIZE_8x8_M
  1309.     {
  1310.         *rcNameID: =HT_DITHER8X8_DISPLAY
  1311.     }
  1312. }
  1313. *Command: CmdStartDoc
  1314. {
  1315.     *Order: DOC_SETUP.1
  1316.     *Cmd: "<181B>!2<1B>=<1C1B>[T<0500000003>R<00>"
  1317. }
  1318. *Command: CmdEndJob
  1319. {
  1320.     *Order: JOB_FINISH.1
  1321.     *Cmd: "<0D1B18>"
  1322. }
  1323. *RotateCoordinate?: FALSE
  1324. *RotateRaster?: FALSE
  1325. *RotateFont?: FALSE
  1326. *switch: Orientation
  1327. {
  1328.     *case: PORTRAIT
  1329.     {
  1330.         *TextCaps: LIST(TC_OP_CHARACTER,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_RA_ABLE)
  1331.     }
  1332.     *case: LANDSCAPE_CC270
  1333.     {
  1334.         *TextCaps: LIST(TC_RA_ABLE)
  1335.     }
  1336. }
  1337. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  1338. *YMoveAttributes: LIST(SEND_CR_FIRST)
  1339. *MaxLineSpacing: 127
  1340. *XMoveThreshold: 0
  1341. *YMoveThreshold: *
  1342. *XMoveUnit: 120
  1343. *YMoveUnit: 144
  1344. *Command: CmdXMoveAbsolute { *Cmd : "<1E1B>%%B" %4d{(DestX  / 12) } }
  1345. *Command: CmdYMoveRelDown { *Cmd : "<1B>%%5" %c[0,127]{max_repeat(DestYRel )} }
  1346. *Command: CmdSetLineSpacing { *Cmd : "<1B>%%9" %c[0,127]{LinefeedSpacing } }
  1347. *Command: CmdCR { *Cmd : "<0D1B>%%B0060" }
  1348. *Command: CmdLF { *Cmd : "<0A>" }
  1349. *Command: CmdFF { *Cmd : "<0C>" }
  1350. *Command: CmdUniDirectionOn { *Cmd : "<1B>-" }
  1351. *Command: CmdUniDirectionOff { *Cmd : "<1B>=" }
  1352. *EjectPageWithFF?: TRUE
  1353. *OutputDataFormat: V_BYTE
  1354. *OptimizeLeftBound?: TRUE
  1355. *CursorXAfterSendBlockData: AT_GRXDATA_END
  1356. *CursorYAfterSendBlockData: NO_MOVE
  1357. *DefaultFont: 18
  1358. *DefaultCTT: -2
  1359. *CharPosition: BASELINE
  1360. *switch: Orientation
  1361. {
  1362.     *case: PORTRAIT
  1363.     {
  1364.         *DeviceFonts: LIST(7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24)
  1365.     }
  1366.     *case: LANDSCAPE_CC270
  1367.     {
  1368.         *DeviceFonts: LIST()
  1369.     }
  1370. }
  1371. *Command: CmdBoldOn { *Cmd : "<1B>T" }
  1372. *Command: CmdBoldOff { *Cmd : "<1B>I" }
  1373. *Command: CmdItalicOn { *Cmd : "<1B>!/" }
  1374. *Command: CmdItalicOff { *Cmd : "<1B>!*" }
  1375. *Command: CmdUnderlineOn { *Cmd : "<1B>C" }
  1376. *Command: CmdUnderlineOff { *Cmd : "<1B>D" }
  1377. *Command: CmdSelectSingleByteMode { *Cmd : "<1B>Y" }
  1378. *Command: CmdSelectDoubleByteMode { *Cmd : "<1B>Z" }
  1379.